home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / sateltes.dir / 00067_Script_67 < prev    next >
Text File  |  1994-11-28  |  166b  |  11 lines

  1. on exitFrame
  2.   if rollover(7) then
  3.     go to frame "b1"
  4.   else if rollover(8) then
  5.     go to frame "b2"
  6.   else go to marker(0) + 1
  7.   
  8. end if
  9. end exitFrame
  10.  
  11.